Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit 94d8493a28eb3aa7d4799061f7cc13e4508f9ce3


Parents : beb17d0
Author : Mark Qvist <mark@adepta.io>
Date : 2018-06-27T14:50:18+02:00

Added precompiled image

Changes

2 files changed, 4 insertions(+), 0 deletions(-)


Diff

diff --git a/Precompiled/README.md b/Precompiled/README.md
new file mode 100644
index 0000000..a1679d5
--- /dev/null
+++ b/Precompiled/README.md
@@ -0,0 +1,2 @@
+# Precompiled Firmware
+This directory contains the latest version of the precompiled firmware. You can download and flash this file to your RNode using the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil).
\ No newline at end of file

diff --git a/RNode_Firmware.ino b/RNode_Firmware.ino
index 6e6604f..714b445 100644
--- a/RNode_Firmware.ino
+++ b/RNode_Firmware.ino
@@ -147,6 +147,7 @@ void receiveCallback(int packet_size) {
Serial.write(FEND);
Serial.write(CMD_STAT_RSSI);
Serial.write((uint8_t)(last_rssi-rssi_offset));
+ Serial.write(FEND);
// And then write the entire packet
Serial.write(FEND);
@@ -172,6 +173,7 @@ void receiveCallback(int packet_size) {
Serial.write(FEND);
Serial.write(CMD_STAT_RSSI);
Serial.write((uint8_t)(last_rssi-rssi_offset));
+ Serial.write(FEND);
// And then write the entire packet
Serial.write(FEND);


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────